﻿body,p,h1,h2,h3,h4,h5,h6,ul,li{ margin:0; padding:0; font-style:normal; font-family:"微软雅黑"; color: #333;}
body{ overflow-x: hidden; }
tr,td,dd,dl,dt{ margin:0; padding:0}
img{ border:none; vertical-align: middle;}
a{ text-decoration:none; color: #333;}
ul,li{ list-style:none}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fl{ float: left; }
.fr{ float: right; }


.header{
	background: url(../images/top.png) repeat-x left top #fff;
	height: 95px;
	display: block;
    position: fixed;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.logo img{
    width: 180px;
}
.logo {
    position: absolute;
    top: 3px;
    left: 15px;
    width: 230px;
    height: 47px;
    background: url(../images/border.png) no-repeat right center;
    padding: 23px 18px 23px 0;
}
.nav {
    /*height: 93px;*/
    position: absolute;
    left: 50%;
    margin-left: -315px;
    z-index: 666
}
.nav ul li {
    float: left;
    /*height: 93px;*/
    text-align: center;
    margin: 0 25px;
}
.nav ul li a {
    font-size: 16px;
    /*line-height: 93px;*/    
    color: #666;
    transition: color 500ms ease-in 0ms;
}
.nav ul li a.hover,.nav ul li a:hover{
	color: #c30e23;
}
.search {
    position: absolute;
    top: 3px;
    right: 0px;
    height: 93px;
    background: url(../images/head_img01.jpg) no-repeat left center;
}
.search span{
    background: url(../images/rearch.png) no-repeat center center;
    display: block;
    cursor: pointer;
    width: 93px;
    height: 93px;
}
.search .formbox {
    position: absolute;
    top: 88px;
    right: 0px;
    height: 22px;
    z-index: 999;
    background-color: #fff;
}
.search .share_sub{
    position: absolute;
    right: 93px;
    top: 0;
    width: 0;
    height: 93px;
    overflow: hidden;
    background: #ededed;
	z-index:9999;
}
.search .share_sub input[type=text]{
    border: none;
    width: 200px;
    font-size: 14px;
    height: 15px;
    line-height: 14px;
    padding: 36px 10px;
    color: #666;
    border: none;
    background: #ededed;
}
.search .share_sub input[type=submit] {
    border: none;
    width: 68px;
    height: 93px;
    background: url(../images/rearch.png) no-repeat center center;
}
.search .butn.hov {
    background: url(../images/ico_60.png) no-repeat center center;
}
.menu{
    background: url(../images/nav.png) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: none;
    position: absolute;
    right: 120px;
    margin-top: 35px;
}

.title{
    text-align: center;
    font-style: italic;
    font-size: 24px;
    padding: 50px 0 30px;
}
.title i{ 
    background: url(../images/line.png) no-repeat center center; 
    width: 207px; 
    height: 2px; 
    display: block; 
    margin: 0 auto; 
    margin-top: 10px
}
.title p{
    font-size: 14px;
    margin-top: 20px;
}
.detail p{
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
}
.contect1_form ul li{ 
    width: 30%; 
    float: left; 
    border:1px solid #bfbfbf;
    margin: 0 1.5%;
    position: relative;
}
.contect1_form ul li .border{
    border-top: 3px solid #c30e23;
    padding: 65px 10px;
    position: relative;
    
}
.contect1_form ul li:nth-of-type(3) .border span{
    background-image: url(../images/img1.png); 
}
.contect1_form ul li:nth-of-type(2) .border span{
    background-image: url(../images/img2.png); 
}
.contect1_form ul li:nth-of-type(1) .border span{
    background-image: url(../images/img3.png); 
}
.contect1_form ul li .border span{
    background-image: url(../images/img1.png);
    background-repeat: no-repeat;
    width: 76px;
    height: 76px;
    display: block;
    margin: 0 auto;
    transition:background-position-y 0.3s ease-out;
    -o-transition: background-position-y 0.3s ease-out;
    -ms-transition: background-position-y 0.3s ease-out;
    -moz-transition: background-position-y 0.3s ease-out;
    -webkit-transition: background-position-y 0.3s ease-out;
}
.contect1_form ul li .border p{
    text-align: center;
    font-size: 18px;
    color: #c30e23;
    margin-top: 10px;
}
.contect1_form ul li .border i{
    background-image: url(../images/jiantou.png);
    background-repeat: no-repeat;
    width: 72px;
    height: 72px;
    display: block;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
}
.contect .contect1_form{
    margin:5% auto 10%; 
}
.contect .contect2_form{
    margin:3% auto 5%; 
}
.contect1_form ul li .border:hover{
    background-color:#c30e23;
}
.contect1_form ul li .border:hover span{
    background-position: 0 -73px;
}
.contect1_form ul li .border:hover i{
    background-position: 0 -75px;
}
.contect1_form ul li .border:hover p{
    color: #fff
}
.contect2{
    background-color: #f6f6f6;
}
.contect2_form ul li{
    border:none; 
    transition:all 0.3s ease-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    overflow: hidden;
    
}
.contect2_form ul li a .detail_top img{
    width: 100%;
}
.contect2_form ul li a .detail_top{
    position: relative;
}
/*.contect2_form ul li:hover .detail_bottom{
    display: block;
}*/
.contect2_form ul li a .detail_bottom{
    width: 100%;
    height: 100%;
    background:rgba(195,14,35,0.5);
    position: absolute;
    top: 0;
    left: -352px;
}
.contect2_form ul li a .detail_bottom p{
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.contect2_form ul li a .detail_bottom em{
    width: 53px;
    height: 3px;
    margin: 0 auto;
    background: #fff;
    display: block;
}
.detail_b_t{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.contect_gv{
    padding: 10px
}
.contect3_box .contect3_top{
    text-align: center;
}
.contect3_box .contect3_top ul li{   
    display: inline-block;
    margin: 0 15px;
}
.contect3_box .contect3_top ul li a{
    padding: 5px 15px;
    display:inline-block;
    border:1px solid #a0a0a0;
}
.contect3_top ul li a.on,.contect3_box .contect3_top ul li a:hover{
    background: #c30e23;
    color: #fff;
    border: 1px solid #c30e23;
}
.contect .cont_text{ display: none; }
.contect3_same{ margin: 30px 0 0}
.contect3_bottom ul li{
    width: 48%;
    float: left;
    border: 1px solid #aeaeae;
    margin: 10px;
    transition:all 0.3s ease-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.contect3_left{
    /*width: 80px;*/
    background: #a5a5a5;
    height: 80px;
    color: #fff;
    text-align: center;
    transition:all 0.2s ease-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.contect3_left span{
    font-size: 36px;
    transition:all 0.3s ease-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.contect3_left p{
    color: #fff;
    transition:all 0.3s ease-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*.contect3_right{
    width: 436px 
}*/
.contect3_right h1{ 
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contect3_right p{ 
    font-size: 14px;
    line-height: 24px; 
    height: 48px; 
    overflow: hidden;
}
.contect3_bottom ul li:hover {
    border: 1px solid #c30e23
}
.contect3_bottom ul li:hover .contect3_left{
    background-color:#c30e23; 
}
.contect3_bottom ul li:hover .contect3_right p,.contect3_bottom ul li:hover .contect3_right h1{
    color:#c30e23; 
}
/*more begin*/
.get-more{
    margin:30px 0;
}
.get-more a{ 
    width:170px; 
    display:block; 
    margin:0 auto;
}
.get-more a i,.get-more a span{
    transition:all 0.2s; 
    transition-delay:0;
}
.get-more a .gm-ico1{ 
    display:inline-block; 
    width:5px; 
    height:5px; 
    background:url(../images/dot1.png) no-repeat;
}
.get-more a .gm-ico2{
    display:inline-block;
    width:7px;
    height:7px;
    background:url(../images/dot2.png) no-repeat;
    margin:0 3px 0 3px;
}
.get-more a .gm-ico3{
    display:inline-block; 
    width:35px; 
    height:35px; 
    background:url(../images/moreico1.png) no-repeat; 
    margin-left:12px;
}
.get-more a i,.get-more a span{ 
    vertical-align:middle; 
    font-size: 14px;
}
.get-more a:hover .gm-ico1{ 
    margin-left:6px;
    transition:all 0.2s; 
    background-position:-5px 0;
}
.get-more a:hover .gm-ico2{
    margin:0 12px 0 10px;
    transition:all 0.2s; 
    background-position:-7px 0;
}
.get-more a:hover span{
    transition:all 0.2s;
    transition-delay:0.2s; 
    color:#ef3333;
}
.get-more a:hover .gm-ico3{ 
    margin-left:18px;
    transition:all 0.2s;
    background:url(../images/moreico2.png) no-repeat; 
}
/*more end*/

.contect4_bottom .main-min{
    border:1px solid #e8e8e8;
    width:29%;
    float:left;
    margin:10px 1%;
    background-color: #fff;
    padding: 10px; 
}
.contect4_bottom .main-min .a01{ 
    margin: 10px 0 5px; 
    display: block; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contect4_bottom .main-min:hover a.a01{
    color:#c30e23;
}
.contect4_bottom .main-max{
    border:1px solid #eee;
    width:43%;
    float:left;
    height:320px;   
}
.image4{
    width:100%;
    text-align:center;
    height: 217px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;

}
.image4 a {
    overflow: hidden;
    display: block;
}

.image4 img{
    width:100%;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
}
.image4 img:hover {
    -webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration:750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
    overflow: hidden;
}
.contect4_bottom .main-min p{
    color: #999;
    font-size: 14px;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contect5 .contect5_same .contect5_bottom ul li{
    width: 23%;
    margin: 8px;
    float: left;
    border:1px solid #eee;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
height:97px;
}
.contect5 .contect5_same .contect5_bottom ul li:hover{
    border:1px solid #c30e23;
}
.contect5 .contect5_same .contect5_bottom ul li img{
    max-width: 100%;
    max-height: 100%;
}
.contect6_box{
    margin-bottom: 30px;
}
.contect6 h2{
    font-size: 30px;
    color: #c30e23;
    text-align: center;
    margin: 10px 0 30px;
}
.contect6_box input[type=text]{
    font-size: 14px;
    color: #555;
    float: left;
    margin-right: 10px;
    height: 40px;
    padding: 2px 10px;
    line-height: 40px;
    border: 1px solid #dddddd;
    font-family: "微软雅黑";
    width: 45%;
}
.contect6_box textarea {
    width: 74%;
    float: left;
    border: 1px solid #dddddd;
    color: #555;
    font-size: 14px;
    height: 40px;
    padding: 2px 10px;
    line-height: 40px;
    padding: 2px 10px;
    resize: none;
    font-family: "微软雅黑";
    margin-right: 10px;
}
.contect6_box button{
    display: block;
    float: left;
    background: #c30e23;
    border: none;
    outline: none;
    color: #fff;
    font: 14px/40px "微软雅黑";
    cursor: pointer;
    width: 142px;
    height: 46px;
    line-height: 46px;
}
/*footer begin*/

.footer .footer_top{
    background: #c30e23;
}
.footer .footer_top span{
    color: #fff;
    padding: 20px 0;
}
.footer .footer_top a{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    margin: 10px 0
}
.footer .list-wrap {
    padding: 2% 0;
    background: #3a3a3a;
}
.footer li {
    width: 33.3%;
    float: left;
}
.footer li a.tit {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
    color: #fff;
    opacity: 1;
}
.footer li a {
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    color: #bdbdbd;
    transition: all 0.5s;
}
.footer li a:hover{ color: #c30e23 }
.footer .word {
    padding-left: 11%;
    font-size: 13px;
    line-height: 2;
    color: #d2d2d2;
}
.footer .word p{
    color: #bdbdbd
}
.footer .word p.t {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
    color: #fff;
}
.footer .word .img-box {
    width: 80px;
    margin: 20px 28px 0 0;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}
.footer-tips {
    width: 100%;
    padding: 18px 0;
    background: #363636;
    font-size: 14px;
    line-height: 2;
    color: #828282;
    transition: all 0.5s;
}
.footer-tips.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.footer-tips p {
    color: #fff;
}
.footer-tips .select {
    width: 214px;
    height: 24px;
    background: #fff;
    border: 1px solid #c1c1c1;
    font-size: 12px;
    line-height: 2;
    color: #666;
    position: relative;
}
.footer-tips .select p {
    padding: 0 24px 0 10px;
    background: url(../images/bg_sign19.jpg) no-repeat right;
    cursor: pointer;
    color: #333
}
.footer.fixed-before:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 56px;
}
.footer-tips .select .list {
    left: 0;
    bottom: 25px;
    width: 195px;
    padding: 10px;
    background: #fff;
    position: absolute;
    display: none;
}
.footer .list-wrap .list{
    border-right:1px #6b6b6b solid;
    width: 45%;
}
.footer .list-wrap .list_right{
    width: 50%
}

.footer-tips .select .list li {
    width: 100%;
}
.footer-tips .select .list a {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0 3%;
    font-size: 13px;
    line-height: 24px;
    transition: all 0.5s;
}
.footer-tips.black {
    padding: 15px 0;
    background: #fff;
    border-top: 1px solid #c1c1c1;
}
